Wizard: restrict multiple targets when creating a bp (HMS-11101) - #4747
Open
ksiekl wants to merge 2 commits into
Open
Wizard: restrict multiple targets when creating a bp (HMS-11101)#4747ksiekl wants to merge 2 commits into
ksiekl wants to merge 2 commits into
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## main #4747 +/- ##
==========================================
- Coverage 77.85% 77.84% -0.01%
==========================================
Files 264 264
Lines 7066 7074 +8
Branches 2603 2604 +1
==========================================
+ Hits 5501 5507 +6
+ Misses 1471 1470 -1
- Partials 94 97 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
ksiekl
force-pushed
the
single-target-radio
branch
5 times, most recently
from
August 13, 2026 13:09
f3ad46b to
832421c
Compare
ksiekl
marked this pull request as ready for review
August 13, 2026 13:42
regexowl
force-pushed
the
single-target-radio
branch
from
August 14, 2026 08:28
832421c to
ee0de13
Compare
Collaborator
|
The changes look great! Rebasing to get this on top of #4754, there were some flakes in boot tests that should hopefully not appear again (besides the openstack issue) |
Collaborator
When a user creates a new blueprint, we want to have the options for target environments restricted to just one selection, so there will be radio buttons. However, if the user wants to edit a bp that already consisted of multiple target envs, we keep the checkboxes there (for now, until the migration is done.)
regexowl
force-pushed
the
single-target-radio
branch
from
August 14, 2026 10:27
ee0de13 to
ecb69fd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

When a user creates a new blueprint, we want the target environment options to be limited to a single selection, so there will be radio buttons. However, if the user wants to edit a bp that already includes multiple target envs, we keep the checkboxes there (for now, until the migration is complete).
